home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / video101.zip / SETUP.INF < prev    next >
INI File  |  1992-10-20  |  2KB  |  124 lines

  1.  
  2. [dialog]
  3.      caption = "VIDEO STORE V1.0 Setup"
  4.      line0   = "Installing VIDEO STORE 1.0"
  5.      line1   = "Setup will install THE VIDEO STORE into the following directory, which it will create on your hard disk."
  6.      line2   = "To install THE VIDEO STORE in a different directory or drive, type the name of the directory you want."
  7.      line3   = "All of the sections have been selected. Unselect any section you do not want installed, then click Continue to begin installation."
  8.  
  9.      complete = "Installation is complete."
  10.  
  11. [data]
  12. ;
  13. ; The setuptype value should always be 3. 
  14. ;
  15.      setuptype   = 3
  16.  
  17. ;
  18.      defdir = C:\VIDEOS
  19. ;
  20. ;
  21.      shortname = VIDEOS
  22. ;
  23. ;
  24.      listbox = yes
  25. ;
  26. ;
  27.      executable = exes, TBOOK.EXE
  28. ;
  29. ;
  30.      readme = readme.txt
  31. ;
  32.  
  33. ;
  34.      modifyautoexec = yes
  35.  
  36. [sections]
  37.      exes, "VIDEOS Executables", select
  38.      apps, "VIDEOS GRAPHICS", select
  39. ;
  40. ;
  41. ; THE [disks] SECTION
  42. ;
  43. ; Lists the names of the disks Setup can prompt for. A disk name is required 
  44. ; for each disk number. The syntax is:
  45. ;
  46. ;   [disks]
  47. ;       <n> = <path>, "<name>"
  48. ;
  49.  
  50. ;
  51. [disks]                   
  52.    1 =., "Setup - DISK 1"
  53.    2 =., "GRAPHICS - DISK 2"
  54. ;
  55.  
  56. ;
  57. [needed.space]
  58.     exes =  2000000
  59.     apps =  2000000
  60. ;
  61. ;
  62. [destinations]
  63.      exes,   "0:", "\VIDEOS", "ToolBook Executables"
  64.      apps,   "0:", "\VIDEOS", "ToolBook GRAPHICS"
  65. ;
  66. ;
  67.  
  68. ; The [exes] section installs TBOOK.EXE from disk 1.
  69. ;
  70. [exes]
  71.      1:TBOOK.EXE, "ToolBook Executables"
  72.      1:VIDEO.TBK  
  73.      1:SETUP.EXE 
  74.      1:SETUP.INF
  75.      1:TBKBASE.DLL
  76.      1:TBKCOMP.DLL
  77.      1:TBKDLG.DLL
  78.      1:TBKFILE.DLL
  79.      1:TBKNET.EXE
  80.      1:TBKUTIL.DLL
  81.      1:TBKWIN.DLL
  82.      1:TBKMM.SBK
  83.      1:VIDEO.ICO
  84.      1:README.TXT
  85.      1:TBKBMP.DLL
  86.      1:TBKMM.DLL
  87.      1:TBKMM.INI
  88.      1:FILE_ID.DIZ
  89.      1:TBKEDIT.DLL
  90.      1:SYSOP.DOC
  91.      1:AAVGA.DLL
  92.      1:AAPLAY.DLL
  93.      1:OEMSETUP.INF
  94.      1:MCIAAP.DRV
  95. ;
  96.  
  97. [apps]
  98.      
  99.     2:TREK.FLI,  "TOOLBOOK APPLICATIONS", 
  100.     2:VGAVCR.FLI
  101.     2:README.TXT
  102.  
  103. ;
  104.  
  105. [progman.groups]
  106.      VIDEO, VIDEO.GRP
  107.  
  108. [VIDEO]
  109.     "TOOLBOOK", exes, TBOOK.EXE, TBOOK.EXE
  110.     "VIDEO", apps, VIDEO.TBK, VIDEO.ICO, readme.txt *.dll        
  111. ;
  112. ; THE [win.ini] SECTION
  113.  
  114. [win.ini]
  115.     Extensions, tbk = "TBOOK.EXE ^.TBK"
  116.     ToolBook, startupBook = VIDEO.TBK
  117.     MCI EXTENSIONS, FLI = ANIMATION
  118.     MCI EXTENSIONS, FLC = ANIMATION
  119.     TOOLBOOK, STARTUPSYSBOOK = TBKMM.SBK
  120.  
  121.  
  122. ;
  123.